From: Karl Heuer Date: Thu, 3 Mar 1994 17:35:55 +0000 (+0000) Subject: (Fget_file_buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92892 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=92194d02c21a87e433106824d571abadca3e939c;p=emacs.git (Fget_file_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index b9f699436f0..15ed613efd0 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -181,6 +181,7 @@ NAME may also be a buffer; if so, the value is that buffer.") DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, "Return the buffer visiting file FILENAME (a string).\n\ +The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ If there is no such live buffer, return nil.") (filename) register Lisp_Object filename;